NET_SDK_EditDDNSCfg¶
Interface Definition¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
DDNS configuration interface, test and edit DDNS parameters.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, return value of NET_SDK_Login. |
| bSwitchin | BOOL | DDNS switch (TRUE: on, FALSE: off). |
| serverTypein | char* | DDNS service provider type (such as "www.no-ip.com", which can be empty). |
| serverAddrin | char* | DDNS server address (can be empty). |
| domainNamein | char* | Domain name (such as "maisy.vip", can be empty). |
| userNamein | char* | DDNS username (can be empty). |
| passwordin | char* | DDNS password (clear text, internal MD5 encryption, can be empty). |
Return Value¶
-
Type:BOOL
-
Remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None